Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NEnumWidgetFactory<TEnum> Class
Methods


In This Topic
    NEnumWidgetFactory<TEnum> Class Members
    In This Topic

    The following tables list the members exposed by NEnumWidgetFactory<TEnum>.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a widget for the given item. The default implementation creates a label and sets its text to the result of the GetString method for the given item. (Inherited from Nevron.Nov.UI.NWidgetFactory<TEnum>)
    Public MethodOverridden. Gets the string representation of the given enum value.  
    Public MethodOverridden. Gets the tag for the given enum value.  
    Top
    See Also